System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Add Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Namespace: Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax

C#
private void IDictionary<TKey, ICollection<TValue>>.Add(
	TKey key,
	ICollection<TValue> values
)
Visual Basic (Declaration)
Private Sub System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Add ( _
	key As TKey, _
	values As ICollection(Of TValue) _
) Implements IDictionary(Of TKey, ICollection(Of TValue)).Add
Visual C++
private:
virtual void System.Collections.Generic.IDictionary<TKey,System.Collections.Generic.ICollection<TValue>>.Add (
	TKey key, 
	ICollection<TValue>^ values
) sealed = IDictionary<TKey, ICollection<TValue>^>::Add

Parameters

key
TKey
values
ICollection<(Of <TValue>)>

See Also